RAD memo 2018-01-01
2018-01-01
Notes on what could be used to create a PoC in a limited amount of time, such as at a hackathon.
Set up a server locally and make it accessible from the outside.
If it were just a web service, we would say, "Why don't you just deploy it on an appropriate external server?" But it is useful, for example, when considering IoT devices connected to the local network.
trap
Installing node.js with apt-get fails on npm install because it is old
dns_sd.h missing
sudo apt-get install libavahi-compat-libdnssd-dev
Installed in local folder node_modules when not doing npm install -g
google-home-notifier itself is not installed. It's requiring the file itself by relative reference.
var googlehome = require('./google-home-notifier');
Methods that specify ip have no lang argument, so passing the language as the second argument is ignored and the method remains in English mode
Modified google-home-notifier side to take arguments
The Maker Channel has been renamed — it's now the Webhooks service!
Firebase is Google's mobile platform that helps you quickly develop high-quality apps and grow your business.
---
This page is auto-translated from /nishio/RADメモ2018-01-01 using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.